Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 381 Bytes

QuoteUnicodeString.md

File metadata and controls

16 lines (11 loc) · 381 Bytes

ISqlDialect.QuoteUnicodeString method

namespace: Serenity.Data   assemblySerenity.Net.Data

Quotes the unicode string.

public string QuoteUnicodeString(string s)
parameter description
s The string.

See Also