Construct a StringFormat.
Syntax

[C#]

StringFormat();
StringFormat(stringFormat format);


[Visual Basic]

Sub New()
Sub New(format As StringFormat)


Params
Name Description
format A format to copy.
options
language
Notes

None.

Example

None.