TryParse

StampTypes.TryParse method

Returns stamp type with pasringType name. When name of stamp is unknown - no exception is thrown and method returns null value.

public static StampType TryParse(string parsingType)
Parameter Type Description
parsingType String Source string of stamp type name.

Return Value

StampType instance.

See Also