@inrupt/solid-client
    Preparing search index...

    Function getStringNoLocale

    • Returns the string value of the specified Property from a [[Thing]]. If the Property is not present or its value is not of type string, returns null. If the Property has multiple string values, returns one of its values.

      Parameters

      • thing: Thing

        The [[Thing]] to read a string value from.

      • property: string | Url

        The Property whose string value to return.

      Returns null | string

      A string value for the given Property if present, or null if the Property is not present or the value is not of type string.