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!

SettingContainer.GetChar

[To be supplied.]

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

Parameters

key
[To be supplied.]

See Also

SettingContainer Class | SettingContainer Members | System.Web.Configuration Namespace