MySqlGuid Constructor(String)
In This Topic
Initializes a new instance of the MySqlGuid class using the specified string value.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public MySqlGuid(
string
)
Parameters
- value
- GUID value.
See Also