Skip to content

ServiceNow.Core

SNow.Core.Utils.Query

Query.Parse(string) Method

Parse query to ServiceNow format

csharp
public static string Parse(string query);

Parameters

query System.String

Returns

System.String

Released under the MIT License.