NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontUnit.FromString

Create a FontUnit from a string.

[Visual Basic]
Public Shared Function FromString( _
   ByVal s As String _
) As FontUnit
[C#]
public static FontUnit FromString(
   string s
);
[C++]
public: static FontUnit FromString(
   String* s
);
[JScript]
public static function FromString(
   s : String
) : FontUnit;

Parameters

s
[To be supplied.]

See Also

FontUnit Structure | FontUnit Members | System.Web.UI.WebControls Namespace