StringExtensions.ToProperCase(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Capitalize the first character and add a space before each capitalized letter (except the first character).
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ ToProperCase(System::String ^ value);
public static string ToProperCase (this string value);
static member ToProperCase : string -> string
<Extension()>
Public Function ToProperCase (value As String) As String
Parameters
- value
- String