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!

SerializationInfo.GetChar

[To be supplied.]

[Visual Basic]
Public Function GetChar( _
   ByVal name As String _
) As Char
[C#]
public char GetChar(
   string name
);
[C++]
public: __wchar_t GetChar(
   String* name
);
[JScript]
public function GetChar(
   name : String
) : Char;

Parameters

name
[To be supplied.]

See Also

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