| BaseSeparatorChar Property |
[This is preliminary documentation and is subject to change.]
Gets the separator character.
Namespace: OAuth.DecoderAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax protected virtual char SeparatorChar { get; }
Protected Overridable ReadOnly Property SeparatorChar As Char
Get
protected:
virtual property wchar_t SeparatorChar {
wchar_t get ();
}
abstract SeparatorChar : char with get
override SeparatorChar : char with get
Property Value
Type:
CharSeparator character.
See Also