-
Notifications
You must be signed in to change notification settings - Fork 2
StringFormat
cpgames edited this page Jul 14, 2022
·
1 revision

Formats a string with provided arguments. See String.Format Method.
Clicking '+'/'-' will add/remove argument ports.
Start - execution entry.
Format (type: string) - composite format string.
Arg0-ArgN (type: object) - object collection.
Done - execution exit.
Result (type: string) - A copy of Format in which the format items have been replaced by the string representation of the corresponding objects in args.
- AppendToCollection
- ClearCollection
- ForEach
- GetCollectionSize
- GetElement
- GetFirstElement
- GetLastElement
- EnumerateDocumentsInProject
- EnumerateDocumentsInSolution
- EnumerateProjects
- GetCurrentDocument
- GetCurrentProject
- GetDocumentName
- GetDocumentPartition
- GetProjectName
- FindFirstPartitionInCollection
- GetLeadingSpacing
- GetNextPartition
- GetPartitionData
- GetPreviousPartition
- GetPureName
- InsertAfter
- InsertBefore
- PartitionByClass
- PartitionByFirstRegexMatch
- PartitionByFunctionCall
- PartitionByFunction
- PartitionByIfElse
- PartitionByParameters
- PartitionByRegexMatch
- PartitionByReturn
- PartitionByVariable
- PartitionIsValid
- RasterizePartition
- RegexMatchPresentInPartitionCollection
- RegexMatchPresentInPartition
- RemovePartition
- SetPartitionData
- SwapPartitions