Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 391 Bytes

QuoteUnicodeString.md

File metadata and controls

16 lines (11 loc) · 391 Bytes

SqliteDialect.QuoteUnicodeString method

namespace: Serenity.Data   assemblySerenity.Net.Data

Quotes the unicode string.

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

See Also