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!

FontNamesConverter.ConvertFrom

[To be supplied.]

[Visual Basic]
Overrides Public Function ConvertFrom( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object, _
   ByVal arguments() As Object _
) As Object
[C#]
public override object ConvertFrom(
   ITypeDescriptorContext context,
   object value,
   object[] arguments
);
[C++]
public: override Object* ConvertFrom(
   ITypeDescriptorContext* context,
   Object* value,
   Object* arguments[]
);
[JScript]
public override function ConvertFrom(
   context : ITypeDescriptorContext,
   value : Object,
   arguments : Object[]
) : Object;

Parameters

context
[To be supplied.]
value
[To be supplied.]
arguments
[To be supplied.]

See Also

FontNamesConverter Class | FontNamesConverter Members | System.Web.UI.WebControls Namespace