Class BytesValue.Base64
public record BytesValue.Base64 : BytesValue, IEquatable<BytesValue>, IEquatable<BytesValue.Base64>
- Inheritance
-
BytesValue.Base64
- Implements
- Inherited Members
Constructors
Base64(string)
public Base64(string Value)
Parameters
Value
string
Properties
Value
public string Value { get; init; }