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!

IFormatterConverter.ToInt32

[To be supplied.]

[Visual Basic]
Function ToInt32( _
   ByVal value As Object _
) As Integer
[C#]
int ToInt32(
   object value
);
[C++]
int ToInt32(
   Object* value
) = 0;
[JScript]
function ToInt32(
   value : Object
) : int;

Parameters

value
[To be supplied.]

See Also

IFormatterConverter Interface | IFormatterConverter Members | System.Runtime.Serialization Namespace