FontInfo.ToString Method
.NET Framework 3.0
Returns a string that contains the font name and size for an instance of the FontInfo class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the ToString method to create a string that contains the font name and size, separated by a comma, for an instance of the FontInfo class.
Note: |
|---|
| If the Size property is not set, only the font name is returned. |
Community Additions
ADD
Show:
Note: