mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-02 22:05:37 +02:00
Main build (Jenkins)
This commit is contained in:
parent
54a552d060
commit
0cb36b3914
File diff suppressed because it is too large
Load Diff
@ -169,7 +169,7 @@ Procedure GetCollection(Value, Val Encoding)
|
|||||||
Else
|
Else
|
||||||
|
|
||||||
If TypeOf(Value) = Type("BinaryData") Then
|
If TypeOf(Value) = Type("BinaryData") Then
|
||||||
Value = GetStringFromBinaryData(Value, Encoding);
|
Value = ПолучитьСтрокуИзДвоичныхДанных(Value, Encoding);
|
||||||
Else
|
Else
|
||||||
Value = String(Value);
|
Value = String(Value);
|
||||||
EndIf;
|
EndIf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user