Charset used for file name conversion between BasicCard and .Net.
Namespace: BasicCard.BasicCards.FileSysAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public string NamespaceCharset { get; set; } |
Visual Basic |
---|
Public Property NamespaceCharset As String Get Set |
Visual C++ |
---|
public: property String^ NamespaceCharset { String^ get (); void set (String^ value); } |
F# |
---|
member NamespaceCharset : string with get, set |