API Reference / PlanetDecoderAPI ReferenceClass PlanetDecoderEdit on GitHubNamespace CodeGlyphX.PostalAssembly CodeGlyphXSource ../../../../_/CodeGlyphX/Postal/PostalDecoder.cs:27Modifiers staticDecodes PLANET barcodes.InheritanceObjectPlanetDecoderFilter membersAll (5) Methods (5)Show inherited Expand all Collapse all ResetMethodspublic static Boolean TryDecode(BitMatrix modules, out String text) #../../../../_/CodeGlyphX/Postal/PostalDecoder.cs:27Returns: BooleanAttempts to decode a PLANET barcode from a BitMatrix.Parametersmodules CodeGlyphX.BitMatrix requiredposition: 0text System.String@ requiredposition: 1Inherited Methodspublic override Boolean Equals(Object obj) #../../../../_/CodeGlyphX/QR.Builder.cs:201Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #../../../../_/CodeGlyphX/QR.Builder.cs:223Returns: Int32Inherited from Objectpublic Type GetType() #../../../../_/CodeGlyphX/QR.Builder.cs:161Returns: TypeInherited from Objectpublic override String ToString() #../../../../_/CodeGlyphX/QR.Builder.cs:193Returns: StringInherited from Object