Struct Signature
Represents a D-Bus type signature.
public readonly struct Signature
- Inherited Members
Remarks
No validation is performed on the signature value.
Constructors
Signature(ReadOnlySpan<byte>)
Initializes a new instance of the Signature struct.
public Signature(ReadOnlySpan<byte> value)
Parameters
valueReadOnlySpan<byte>The signature bytes.
Remarks
No validation is performed on the signature value.
Methods
ToString()
Returns the string representation of the signature.
public override string ToString()
Returns
Operators
implicit operator Signature(ReadOnlySpan<byte>)
Implicitly converts a byte span to a Signature.
public static implicit operator Signature(ReadOnlySpan<byte> value)
Parameters
valueReadOnlySpan<byte>The byte span to convert.
Returns
Remarks
No validation is performed on the signature value.