Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > ExpansionBase.AddQuotes Method |
Adds quotes to a string.
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public static string AddQuotes(
string text
)
text
Type: String
The text.
System.String.
var myString = "This is a string - " + AddQuotes("Zera Systems Inc.");
Returns:
This is a string - "Zera Systems Inc."