Click or drag to resize
MvUserType Methods

The MvUserType type exposes the following members.

Methods
  NameDescription
Public methodAsBoolean
Converts to a Boolean value.
Public methodAsChar
Converts to a char value.
Public methodAsDouble
Converts to a double value.
Public methodAsFloat
Converts to a float value.
Public methodAsHRef
Converts to an HRef value.
Public methodAsLong
Converts to a long value.
Public methodAsRef
Converts to a MvRef value.
Public methodAsString
Converts to a string value.
Public methodAsValue
Converts to another MvUserType value.
Public methodClone
Creates a new MvUserType that is a copy of the current instance.
Public methodEncode
Serializes a user-type value.
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code for this object.
(Overrides ObjectGetHashCode.)
Top
See Also