LumiSoft Net Help
Item Class
NamespacesLumiSoft.Net.Mime.vCardItem
vCard structure item.
Declaration Syntax
C#Visual BasicVisual C++F#
public class Item
Public Class Item
public ref class Item
type Item =  class end
Members
All MembersMethodsProperties



IconMemberDescription
DecodedValue
Gets item decoded value. If param string specifies Encoding and/or Charset, item.Value will be decoded accordingly.

Equals(Object)
Determines whether the specified Object is equal to the current 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.

Inheritance Hierarchy
Object
Item

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119