public static RawData FromText(
string text,
string? mediaType = null
)
Public Shared Function FromText (
text As String,
Optional mediaType As String = Nothing
) As RawData
public:
static RawData^ FromText(
String^ text,
String^ mediaType = nullptr
)
static member FromText :
text : string *
?mediaType : string
(* Defaults:
let _mediaType = defaultArg mediaType null
*)
-> RawData
The vCard standard only allows to write a password as plain text to the KEY property. (See VCard.Keys.)