Click or drag to resize
VDataUtility Class
Utility Routines
Inheritance Hierarchy
SystemObject
  ARPDev.DAVLIBVDataUtility

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class VDataUtility

The VDataUtility type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberEscapeDelimitedValue
Escapes an item for inclusion in a delimited list
Public methodStatic memberEscapedSplit
Similar to split function, except it considers escape sequence
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Remarks
See Also