Convert the string representation into an equivalent object.
| C# | Visual Basic | Visual C++ |
public static Gen2..::.LockAction Parse( string value )
Public Shared Function Parse ( _ value As String _ ) As Gen2..::.LockAction
public: static Gen2..::.LockAction^ Parse( String^ value )
- value (String)
- A string containing the name to convert. May be the name of a predefined constant, or a comma-separated list of predefined constant names.
A LockAction whose value is represented by value.