TG.INI
IniWhiteSpace Constructor (String) |
Initializes a new instance of IniWhiteSpace with a provided white space string.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniWhiteSpace( string whiteSpace )
Public Sub New ( whiteSpace As String )
public: IniWhiteSpace( String^ whiteSpace )
new : whiteSpace : string -> IniWhiteSpace
Parameters
- whiteSpace
- Type: SystemString
A string containing spaces. All other characters are ignored.
See Also