Click or drag to resize

CoderUtils Class

Inheritance Hierarchy
SystemObject
  GSF.ASN1.CodersCoderUtils

Namespace: GSF.ASN1.Coders
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
public class CoderUtils
View Source

The CoderUtils type exposes the following members.

Constructors
 NameDescription
Public methodCoderUtilsInitializes a new instance of the CoderUtils class
Top
Methods
 NameDescription
Public methodStatic memberASN1StringToBuffer 
Public methodStatic memberbufferToASN1String 
Public methodStatic membercheckConstraints 
Public methodStatic membercheckForOptionalField 
Public methodStatic memberdefStringToOctetString 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberfindDoSelectMethodForField 
Public methodStatic memberfindIsPresentMethodForField 
Public methodStatic memberfindIsSelectedMethodForField 
Public methodStatic membergetAttributeT 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic membergetIntegerLength(Int32) 
Public methodStatic membergetIntegerLength(Int64) 
Public methodStatic membergetPositiveIntegerLength(Int32) 
Public methodStatic membergetPositiveIntegerLength(Int64) 
Public methodStatic membergetSetOrder 
Public methodStatic membergetStringTagForElement 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberisAnyField 
Public methodStatic memberisAttributePresentT 
Public methodStatic memberisImplements 
Public methodStatic memberisNullField 
Public methodStatic memberisOptional 
Public methodStatic memberisOptionalField 
Public methodStatic memberisSequenceSet 
Public methodStatic memberisSequenceSetOf 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also