SvgPlottingUtilIsLowerCase Method

Return a value indicating whether the specified string is lower case.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static bool IsLowerCase(
	string value
)

Parameters

value  String
The value to inspect.

Return Value

Boolean
True if the entire string is lower case. Otherwise, false.

See Also