This documentation is archived and is not being maintained.

IdnMapping Methods

The IdnMapping type exposes the following members.

  NameDescription
Public method Equals Indicates whether a specified object and this IdnMapping object are equal. (Overrides Object::Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAscii(String) Encodes a string of one or more domain name labels that consist of Unicode characters to a string of Unicode characters in the US-ASCII character range.
Public method GetAscii(String, Int32) Encodes a substring of one or more domain name labels that consist of Unicode characters to a string of Unicode characters in the US-ASCII character range.
Public method GetAscii(String, Int32, Int32) Encodes a substring of one or more domain name labels that consist of Unicode characters to a string of Unicode characters in the US-ASCII character range. The string is formatted according to the Internationalizing Domain Names in Applications (IDNA) standard.
Public method GetHashCode Returns a hash code for this IdnMapping object. (Overrides Object::GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetUnicode(String) Decodes a string of one or more domain name labels encoded according to the Internationalizing Domain Names in Applications (IDNA) standard to a string of Unicode characters.
Public method GetUnicode(String, Int32) Decodes a substring of one or more domain name labels encoded according to the Internationalizing Domain Names in Applications (IDNA) standard to a string of Unicode characters.
Public method GetUnicode(String, Int32, Int32) Decodes a substring of one or more domain name labels encoded according to the Internationalizing Domain Names in Applications (IDNA) standard to a string of Unicode characters.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: