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!

TextInfo.ToTitleCase

[To be supplied.]

[Visual Basic]
Public Function ToTitleCase( _
   ByVal str As String _
) As String
[C#]
public string ToTitleCase(
   string str
);
[C++]
public: String* ToTitleCase(
   String* str
);
[JScript]
public function ToTitleCase(
   str : String
) : String;

Parameters

str
[To be supplied.]

See Also

TextInfo Class | TextInfo Members | System.Globalization Namespace