Parse

StampTypes.Parse method

Returns stamp type with pasringType name. When name of stamp is unknown - exception is thrown.

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

Return Value

StampType instance.

See Also