RawString Struct

Summary

just a string.

this type is a string representation to distinguish from FormattableString.

Namespace
Ponet
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type["RawString"] class Type type-node

Syntax

public readonly struct RawString : ValueType

Constructors

Name Summary
RawString(string)

Fields

Name Constant Value Summary
Value

Operators

Name Value Summary
implicit operator RawString(FormattableString) RawString
implicit operator RawString(string) RawString