FontUnit Constructor (String)

 

Initializes a new instance of the FontUnit class with the specified string.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Public Sub New (
	value As String
)

Parameters

value
Type: System.String

A string to specify the font size.

The FontUnit constructor calls the FontUnit constructor, using the CurrentCulture property for the CultureInfo parameter.

.NET Framework
Available since 1.1
Return to top
Show: