Class StExtensions
extension for ISerializedType
Inheritance
System.Object
StExtensions
Namespace: Xrpl.BinaryCodec
Assembly: Xrpl.BinaryCodec.dll
Syntax
public static class StExtensions : object
Methods
| Improve this Doc View SourceToDebuggedHex(ISerializedType)
Declaration
public static string ToDebuggedHex(this ISerializedType st)
Parameters
| Type | Name | Description |
|---|---|---|
| ISerializedType | st |
Returns
| Type | Description |
|---|---|
| System.String |
ToHex(ISerializedType)
object to hex string
Declaration
public static string ToHex(this ISerializedType st)
Parameters
| Type | Name | Description |
|---|---|---|
| ISerializedType | st | Serialized type |
Returns
| Type | Description |
|---|---|
| System.String |