SvgPlottingUtilIsLowerCase Method
Return a value indicating whether the specified string is lower case.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static bool IsLowerCase(
string value
)
Public Shared Function IsLowerCase (
value As String
) As Boolean
No code example is currently available or this language may not be supported.
- value String
-
The value to inspect.
Boolean
True if the entire string is lower case. Otherwise, false.