Brecham.Obex — An OBEX library for the .NET Framework

ObexHeaderConverter Methods

The methods of the ObexHeaderConverter class are listed below. For a complete list of ObexHeaderConverter class members, see the ObexHeaderConverter Members topic.

Public Static (Shared) Methods

DateTimeAsIso8601ByteSeq Converts a DateTime into a Byte array containing ASCII encoded text, to be carried in a Byte Sequence Header type.
DateTimeFromIso8601ByteSeq Converts a Byte array containing ASCII encoded text, containing a date/time value formatted in ISO8601 style into a DateTime instance.
StringAsAsciiByteSeq Converts a String into a Byte array containing ASCII encoded text, to be carried in a byte sequence header type.
StringFromAsciiByteSeqOverloaded. Converts a Byte array containing ASCII encoded text, as carried in a byte sequence header type, back into a String.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

ObexHeaderConverter Class | Brecham.Obex Namespace