Pchp.Core.PhpAlias.ToStringOrThrow C# (CSharp) Method

ToStringOrThrow() public method

public ToStringOrThrow ( Context ctx ) : string
ctx Context
return string
        public string ToStringOrThrow(Context ctx) => Value.ToStringOrThrow(ctx);