Method | Description | |
---|---|---|
ToTitleCase ( this str ) : string |
Use the current thread's culture info for conversion
|
|
ToTitleCase ( this str, |
Overload which uses the specified culture info
|
|
ToTitleCase ( this str, string cultureInfoName ) : string |
Overload which uses the culture info with the specified name
|
public static ToTitleCase ( this str ) : string | ||
str | this | |
return | string |
public static ToTitleCase ( this str, |
||
str | this | |
cultureInfo | ||
return | string |
public static ToTitleCase ( this str, string cultureInfoName ) : string | ||
str | this | |
cultureInfoName | string | |
return | string |