Struct AbaRoutingValue
Represents a validated US ABA routing number.
public readonly struct AbaRoutingValue
- Inherited Members
Constructors
AbaRoutingValue(string)
public AbaRoutingValue(string value)
Parameters
valuestring
Properties
Value
public string Value { get; }