{CompanyName} FlexyGo

StringEnum..::..Parse Method (Type, String)

Parses the supplied enum and string value to find an associated enum value (case sensitive).

Namespace:  FLEXYGO.Utilities.General
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static Object Parse(
	Type type,
	string stringValue
)
Public Shared Function Parse ( _
	type As Type, _
	stringValue As String _
) As Object

Parameters

type
Type: Type
Type.
stringValue
Type: String
String value.

Return Value

Enum value associated with the string value, or null if not found.