%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
InsertSpaces Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > StringHelper Class : InsertSpaces Method


input

Glossary Item Box

Insert spaces into a string

Syntax

Visual Basic (Declaration) 
Public Shared Function InsertSpaces( _
   ByVal input As System.String _
) As System.String
Visual Basic (Usage)Copy Code
Dim input As System.String
Dim value As System.String
 
value = StringHelper.InsertSpaces(input)
C# 
public static System.string InsertSpaces( 
   System.string input
)
Managed Extensions for C++ 
public: static System.string* InsertSpaces( 
   System.string* input
) 

Parameters

input

Example

OrderDetails = Order Details 10Net30 = 10 Net 30 FTPHost = FTP Host

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.