ToTrimmedString Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > HelperClass Class : ToTrimmedString Method



input

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ExtensionAttribute()>
Public Shared Function ToTrimmedString( _
   ByVal input As Object _
) As String
Visual Basic (Usage) Copy Code
Dim input As Object
Dim value As String
 
value = HelperClass.ToTrimmedString(input)
C#  
[Extension()]
public static string ToTrimmedString( 
   object input
)
C++/CLI  
[Extension()]
public:
static String^ ToTrimmedString( 
   Object^ input
) 

Parameters

input

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