 | UtilsToUpper Method |
Transforms a string to upper case with null check and invariant culture
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+064d9a8047d8da6ad83b4776af2459e923cc7c3d
Syntaxpublic static string ToUpper(
string input
)
Parameters
- input String
- String to transform
Return Value
StringUpper case string
See Also