Class BaseEncodeType
ชื่อพื้นที่: Aspose.BarCode.Generation การประกอบ: Aspose.BarCode.dll (25.4.0)
คลาสพื้นฐานสําหรับ SymbologyEncodeType
public class BaseEncodeType : IEquatable<baseencodetype>
Inheritance
Derived
Implements
อนุญาโตตุลาการ
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Classification
ได้รับการจัดอันดับของสัญลักษณ์นี้
public BarcodeClassifications Classification { get; }
คุณสมบัติมูลค่า
TypeIndex
ได้รับการระบุประเภทรหัส
public short TypeIndex { get; }
คุณสมบัติมูลค่า
TypeName
ได้รับชื่อประเภทรหัส
[XmlSerialization]
public string TypeName { get; }
คุณสมบัติมูลค่า
Methods
Equals(BaseEncodeType)
กลับค่าที่ระบุว่าตัวอย่างนี้เท่ากับค่า Aspose.BarCode.Generation.BaseEncodeType ที่ระบุไว้
public bool Equals(BaseEncodeType other)
Parameters
other
BaseEncodeType
A Aspose.BarCode.Generation.BaseEncodeType หมายเลขที่เปรียบเทียบกับตัวอย่างนี้
Returns
จริง ถ้า obj มีมูลค่าเดียวกันกับตัวอย่างนี้ อย่างไรก็ตาม The translation of “false” to Thai is “เท็จ”..
Equals(วัตถุ)
กลับค่าที่ระบุว่าตัวอย่างนี้เท่ากับค่า Aspose.BarCode.Generation.BaseEncodeType ที่ระบุไว้
public override bool Equals(object obj)
Parameters
obj
object
ค่า System.Object เพื่อเปรียบเทียบกับตัวอย่างนี้
Returns
จริง ถ้า obj มีมูลค่าเดียวกันกับตัวอย่างนี้ อย่างไรก็ตาม The translation of “false” to Thai is “เท็จ”..
GetHashCode()
กลับรหัส hash สําหรับตัวอย่างนี้
public override int GetHashCode()
Returns
32 บิตลงชื่อรหัส hash ทั้งหมด
GetString()
แปลงตัวอย่างของ BaseEncodeType ไปยังการแสดงแถวที่เท่าเทียมกันรูปแบบ string คือ: “Index:0; Name:Codabar”
public string GetString()
Returns
รั้วที่แสดงให้เห็นถึงค่าทั้งหมดของประเภทรหัส
GetString(BaseEncodeType)
แปลงตัวอย่างของ BaseEncodeType ไปยังการแสดงแถวที่เท่าเทียมกันรั้วรูปแบบคือ: “ดัชนี:-1; ชื่อ: ไม่มี”
public static string GetString(BaseEncodeType instance)
Parameters
instance
BaseEncodeType
ตัวอย่าง BaseEncodeType เพื่อแปลง
Returns
รั้วที่แสดงค่าทั้งหมดของประเภทรหัสที่กําหนด
Parse(รั้ว)
แปลงตัวแทนเส้นของชื่อของ BaseEncodeType ในตัวอย่างของมัน
public static BaseEncodeType Parse(string stringEncodeType)
Parameters
stringEncodeType
string
ลวดที่มีชื่อของ BaseEncodeType เพื่อแปลง
Returns
ตัวอย่างของ Aspose.BarCode.Generation.BaseEncodeType, ถ้าการแปลงประสบความสําเร็จ; ไม่ว่ามันจะกลับมา Aspose.BarCode.BarCodeRecognition.DecodeType.None.
ToString()
กลับชื่อของ BaseEncodeType ที่กําหนดเป็น string
public override string ToString()
Returns
รั้วที่หมายถึงชื่อประเภทรหัส
TryParse(string, ออก BaseEncodeType)
แปลงการแสดงผลเส้นของ BaseEncodeType ในตัวอย่างของมันค่าคืนเงินแสดงให้เห็นว่าการแปลงประสบความสําเร็จหรือล้มเหลว
public static bool TryParse(string parsingType, out BaseEncodeType result)
Parameters
parsingType
string
แถวในรูปแบบ “Index:-1; Name:None” เพื่อแปลง
result
BaseEncodeType
SingleEncodeType จริงกลับเมื่อการแปลงเสร็จสมบูรณ์อย่างประสบความสําเร็จ
ไม่ว่ามันจะกลับมา null
Returns
จริง หาก s ได้รับการแปลงอย่างประสบความสําเร็จ อย่างไรก็ตาม The translation of “false” to Thai is “เท็จ”..
TryParse(string, ออก SymbologyEncodeType)
แปลงการแสดงผลเส้นของ BaseEncodeType ในตัวอย่างของมันค่าคืนเงินแสดงให้เห็นว่าการแปลงประสบความสําเร็จหรือล้มเหลว
public static bool TryParse(string parsingType, out SymbologyEncodeType result)
Parameters
parsingType
string
แถวในรูปแบบ “Index:-1; Name:None” เพื่อแปลง
result
SymbologyEncodeType
SingleEncodeType จริงกลับเมื่อการแปลงเสร็จสมบูรณ์อย่างประสบความสําเร็จ
ไม่ว่ามันจะกลับมา null
Returns
จริง หาก s ได้รับการแปลงอย่างประสบความสําเร็จ อย่างไรก็ตาม The translation of “false” to Thai is “เท็จ”..