MapMatrix NetGIS Class Library

SymbologyStyle.ParseToBool Method 

Parses a string value (yes or no, true or false) to a boolean value

public static bool ParseToBool(
   string StringValue
);

Parameters

StringValue
String Value to parse

Return Value

returns a bool that represents the provided string

See Also

SymbologyStyle Class | MapMatrix.Features.MapSymbology Namespace