Show / Hide Table of Contents

Class Utils

Inheritance
object
Utils
Namespace: Xrpl.Sugar
Assembly: Xrpl.dll
Syntax
public class Utils

Methods

| Edit this page View Source

EnsureClassicAddress(string)

If an address is an X-Address, converts it to a classic address.

Declaration
public static string EnsureClassicAddress(string account)
Parameters
Type Name Description
string account

A classic address or X-address.

Returns
Type Description
string

The account's classic address.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX