[This is preliminary documentation and is subject to change.]
Indents the specified string.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static string Indent( string s, int indentation, char indentChar ) |
Visual Basic (Declaration) |
---|
Public Shared Function Indent ( _ s As String, _ indentation As Integer, _ indentChar As Char _ ) As String |
Visual C++ |
---|
public: static String^ Indent( String^ s, int indentation, wchar_t indentChar ) |
Parameters
- s
- Type: System..::.String
The string to indent.
- indentation
- Type: System..::.Int32
The number of characters to indent by.
- indentChar
- Type: System..::.Char
The indent character.
Return Value
[Missing <returns> documentation for "M:Facebook.Json.Utilities.StringUtils.Indent(System.String,System.Int32,System.Char)"]