Struct CccValue
Spanish bank account code (CCC) consisting of bank, branch, control digits, and account number.
public readonly struct CccValue
- Inherited Members
Constructors
CccValue(string)
public CccValue(string value)
Parameters
valuestring
Properties
Value
The normalized CCC string.
public string Value { get; }