MapMatrix NetGIS Class Library

SymbologyStyle.GetStringFormatFlags Method 

Parses a string value to a StringFormatFlags

public static StringFormatFlags GetStringFormatFlags(
   string sflags
);

Parameters

sflags
The text representing StringFormatFlags (separated by commas) to parse

Return Value

The provided flags parsed into a single StringFormatFlags enum

See Also

SymbologyStyle Class | MapMatrix.Features.MapSymbology Namespace