Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
out-string
Okay so out-string is a method of the IO class so we use I to invoke that method and then we can pass it a string that we want printed out on the screen.
Está bien, así que out-string es un método de la clase de IO, por lo que utilizamos I invocar ese método y luego lo podemos pasar una cadena que queremos impresas en el pantalla.
C:\PS>get-content C:\test1\testfile2.txt | out-string This command sends the content of the Testfile2.txt file to the console as a single string.
C:\PS>get-content C:\test1\testfile2.txt | out-string Descripción - Este comando envía el contenido del archivo Testfile2.txt a la consola como una única cadena.
The pipeline operator (|) sends the content to Out-String, which sends the content to the console as a string.
El operador de canalización (|) envía el contenido a Out-String, que a su vez lo envía a la consola como una cadena.
You can pipe objects to Out-String.
Puede canalizar objetos a Out-String.
Out-String returns the string that it creates from the input object. Notes
Out-String devuelve la cadena que crea a partir del objeto de entrada. Notas
The pipeline operator (|) sends the output of Get-Alias to Out-String, which converts the objects to a series of strings.
El operador de canalización (|) envía el resultado de Get-Alias a Out-String, que convierte los objetos en una serie de cadenas.
If you omit the Stream parameter, the command displays all of the aliases, because Select-String finds "Get-Command" in the single string that Out-String returns, and the formatter displays the string as a table.
Si se omite el parámetro Stream, el comando mostrará todos los alias ya que Select-String encuentra "Get-Command" en la única cadena que Out-String devuelve, y el formateador mostrará la cadena como una tabla.
By default, Out-String accumulates the strings and returns them as a single string, but you can use the stream parameter to direct Out-String to return one string at a time.
De manera predeterminada, Out-String acumula las cadenas y las devuelve en una sola cadena, aunque se puede usar el parámetro Stream para indicar a Out-String que devuelva las cadenas una por una.
So now in our, main method, Here we could add a call to out-string, I dot out-string is how we invoke a method.
Así que ahora en nuestro método principal, aquí podríamos añadir una llamada a out-string, punto out-string es ¿Cómo se invoca un método.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Nici un rezultat pentru acest sens.
Sinonime și analogii pentru "Out-String" în limba Română