====== ThinkGeo.MapSuite.Portable.PortableEncoding ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Portable.PortableEncoding** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} PortableEncoding() ** * //N/A// == Remarks == * //N/A// == Parameters ==
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} GetDefaultEncoding() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Encoding * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetDefaultEncodingCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Encoding * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetEncoding(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Encoding * Description:N/A == Parameters == * //codepage// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetEncodingCore(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Encoding * Description:N/A == Parameters == * //codepage// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetCodePage(Encoding) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //encoding// * Type:Encoding * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetCodePageCore(Encoding) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //encoding// * Type:Encoding * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetString(Encoding,Byte[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //encoding// * Type:Encoding * Description:N/A * //byteValues// * Type:Byte[] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetStringCore(Encoding,Byte[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //encoding// * Type:Encoding * Description:N/A * //byteValues// * Type:Byte[] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CreateASCIIEncoding() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CreateASCIIEncodingCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetBytes(Object,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Byte[] * Description:N/A == Parameters == * //concrete// * Type:Object * Description:N/A * //s// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetBytesCore(Object,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Byte[] * Description:N/A == Parameters == * //concrete// * Type:Object * Description:N/A * //s// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetString(Object,Byte[],Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //concrete// * Type:Object * Description:N/A * //characters// * Type:Byte[] * Description:N/A * //index// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetStringCore(Object,Byte[],Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //concrete// * Type:Object * Description:N/A * //characters// * Type:Byte[] * Description:N/A * //index// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetEncoding(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Encoding * Description:N/A == Parameters == * //name// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetEncodingCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Encoding * Description:N/A == Parameters == * //name// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ==== Protected Properties ==== ==== Public Events ====