Bitbybit Docs
    Preparing search index...

    Class TextFormatDto (Inputs.Text)

    क्रमांकित प्लेसहोल्डर वाला एक टेक्स्ट और text.format द्वारा भरे जाने वाले मान।

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalvalues: string[]

      Returns TextFormatDto

    Properties

    text: string

    {0} और {1} जैसे प्लेसहोल्डर वाला टेक्स्ट।

    Hello {0}
    
    values: string[]

    मान, प्लेसहोल्डर के क्रम में: पहला {0} भरता है, दूसरा {1}

    ["World"]