ToString
Converts the object to string.
Syntax
[C#]
virtual string ToString();
[Visual Basic]
Overidable Function ToString() As String
Params
Name
Description
return
A string representation of the FontFamily.
Notes
None.
Example
None.