vCard structure item.

C# | Visual Basic | Visual C++ | F# |
public class Item
Public Class Item
public ref class Item
type Item = class end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | DecodedValue |
Gets item decoded value. If param string specifies Encoding and/or Charset,
item.Value will be decoded accordingly.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Name |
Gest item name.
|
![]() | ParametersString |
Gets or sets item parameters.
|
![]() | SetDecodedValue(String) |
Sets item decoded value. Value will be encoded as needed and stored to item.Value property.
Also property item.ParametersString is updated to reflect right encoding(always base64, required by rfc) and charset (utf-8).
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Value |
Gets or sets item encoded value. NOTE: If you set this property value, you must encode data
by yourself and also set right ENCODING=encoding; and CHARSET=charset; prameter in item.ParametersString !!!
Normally use method item.SetDecodedStringValue method instead, this does all you need.
|

Object | |
![]() | Item |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119