[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 ) |
Visual Basic (Declaration) |
---|
Public Shared Function Indent ( _ s As String, _ indentation As Integer _ ) As String |
Visual C++ |
---|
public: static String^ Indent( String^ s, int indentation ) |
Parameters
- s
- Type: System..::.String
The string to indent.
- indentation
- Type: System..::.Int32
The number of characters to indent by.
Return Value
[Missing <returns> documentation for "M:Facebook.Json.Utilities.StringUtils.Indent(System.String,System.Int32)"]