FormatString Class
An activity to format a string.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity(Of TResult)
System.Activities.CodeActivity(Of TResult)
Microsoft.Activities.Expressions.FormatString
| Name | Description | |
|---|---|---|
![]() | FormatString() | Initializes a new instance of the FormatString class. |
![]() | FormatString(InArgument(Of String)) | Initializes a new instance of the FormatString class. |
![]() | FormatString(InArgument(Of String), InArgument(Of String)()) | Initializes a new instance of the FormatString class. |
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets or sets the arguments to apply to the input string. |
![]() | CacheId | (Inherited from Activity.) |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Format | Gets or sets the input string to format. |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from CodeActivity(Of TResult).) |
![]() | Result | (Inherited from Activity(Of TResult).) |
![]() | ResultType | (Inherited from ActivityWithResult.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Activity.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


