|
WritePropertyValue(Boolean) |
The WritePropertyValue(Boolean) method writes a Boolean value. |
|
WritePropertyValue([]) |
The WritePropertyValue([]) method writes a byte array. |
|
WritePropertyValue(DateTime) |
The WritePropertyValue(DateTime) method writes a DateTime value. |
|
WritePropertyValue(Double) |
The WritePropertyValue(Double) property writes a Double value. |
|
WritePropertyValue(Int32) |
The WritePropertyValue(Int32) method writes a 32-bit integer value. |
|
WritePropertyValue(Stream) |
The WritePropertyValue(Stream) writes data from the stream into a vCard property value. |
|
WritePropertyValue(Object) |
The WritePropertyValue(Object) method writes the property value stored in the Object. |
|
WritePropertyValue(String) |
The WritePropertyValue(String) method writes a string value to the vCard. |
|
WritePropertyValue(Boolean, ContactValueSeparators) |
The WritePropertyValue(Boolean, ContactValueSeparators) method writes a property value with the specified content value separator. |
|
WritePropertyValue(DateTime, ContactValueSeparators) |
The WritePropertyValue(DateTime, ContactValueSeparators) method writes a DateTime value with a value separator. |
|
WritePropertyValue(Double, ContactValueSeparators) |
The WritePropertyValue(Double, ContactValueSeparators) method writes a Double value with a value separator. |
|
WritePropertyValue(Int32, ContactValueSeparators) |
The WritePropertyValue(Int32, ContactValueSeparators) method writes a 32-bit integer value with a value separator. |
|
WritePropertyValue(Object, ContactValueSeparators) |
The WritePropertyValue(Object, ContactValueSeparators) method writes the property value stored in the Object with a value separator. |
|
WritePropertyValue(String, ContactValueSeparators) |
The WritePropertyValue(String, ContactValueSeparators) method writes a string property value to the vCard with value separators. |