Persistate API documentation
ToString Method
NamespacesPersistate.UIPFontToString()()()()

[This is preliminary documentation and is subject to change.]

Creates a stored persistent font data string from this PFont.
Declaration Syntax
C#
public override string ToString()
Return Value
The equivalent font data string, or the empty string if this PFont is empty.
Remarks
The font data format is "family;size;unit;style". Unit is one of "Pixel", "Point", "Inch" or "Millimeter". Style is one of the names of the PFontStyle enum values. For example Arial;12;Point;BoldItalic.

Assembly: Persistate.UI (Module: Persistate.UI) Version: 0.6.1.20 (0.6.1.20)