Class AssetExtensions
Inheritance
System.Object
AssetExtensions
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public static class AssetExtensions : object
Methods
ToQueryParameterEncodedString(Asset)
Encode the asset to a string used in query parameters. The native assets is encoded as "native", while credit assets are encoded as "CODE:ISSUER".
Declaration
public static string ToQueryParameterEncodedString(this Asset asset)
Parameters
Type | Name | Description |
---|---|---|
Asset | asset | The asset |
Returns
System.String
|