| StandardOrdinaryTypesProto Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: KSPDev.ConfigUtils
 Syntax
Syntaxpublic sealed class StandardOrdinaryTypesProto : AbstractOrdinaryValueTypeProto
The StandardOrdinaryTypesProto type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | StandardOrdinaryTypesProto | Initializes a new instance of the StandardOrdinaryTypesProto class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CanHandle | Tells if proto can handle the specified type.(Overrides AbstractOrdinaryValueTypeProtoCanHandle(Type).) | 
|  | ParseFromString | Makes a value from the string representation.(Overrides AbstractOrdinaryValueTypeProtoParseFromString(String, Type).) | 
|  | SerializeToString | Serializes value into a string.(Overrides AbstractOrdinaryValueTypeProtoSerializeToString(Object).) | 
 See Also
See Also