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!

FormatterConverter.ToByte

[To be supplied.]

[Visual Basic]
Overridable Public Function ToByte( _
   ByVal value As Object _
) As Byte
[C#]
public virtual byte ToByte(
   object value
);
[C++]
public: virtual unsigned char ToByte(
   Object* value
);
[JScript]
public function ToByte(
   value : Object
) : Byte;

Parameters

value
[To be supplied.]

See Also

FormatterConverter Class | FormatterConverter Members | System.Runtime.Serialization Namespace