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!

CodeIdentifiers.MakeRightCase

[To be supplied.]

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

Parameters

identifier
[To be supplied.]

See Also

CodeIdentifiers Class | CodeIdentifiers Members | System.Xml.Serialization.Code Namespace