| StringFunctionsComposeNewBuffer(String, String) Method |
Linkar Framework for .NET and Core
Compose the fully buffer of the New Operations with the block of "recordIds" and "records".
Namespace: Linkar.StringsAssembly: Linkar.Strings (in Linkar.Strings.dll) Version: 2.3.1
Syntax public static string ComposeNewBuffer(
string recordIds,
string records
)
Public Shared Function ComposeNewBuffer (
recordIds As String,
records As String
) As String
public:
static String^ ComposeNewBuffer(
String^ recordIds,
String^ records
)
static member ComposeNewBuffer :
recordIds : string *
records : string -> string
Parameters
- recordIds String
- Block of "recordIds". You can obtain this block with ComposeRecordIds function.
- records String
- Block of "records". You can obtain this block with ComposeRecords function.
Return Value
StringThe buffer to be used by New Operations.
See Also