The separator character to separate names within file path as string type.
This is equal to "\" for BasicCard.
Namespace: BasicCard.BasicCards.FileSysAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public static string SeparatorCharString { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property SeparatorCharString As String
Get |
Visual C++ |
---|
public:
static property String^ SeparatorCharString {
String^ get ();
} |
F# |
---|
static member SeparatorCharString : string with get
|
Property Value
Type:
String
See Also